Various fixes to make Coverity happy
authorJonathan Dieter <jdieter@gmail.com>
Mon, 18 Apr 2022 16:37:19 +0000 (17:37 +0100)
committerJonathan Dieter <jdieter@gmail.com>
Mon, 18 Apr 2022 16:37:19 +0000 (17:37 +0100)
commit05284392db547f4d7860919d618438b3815cd8aa
treef927cbdc6bcc04c0351ed2a144d45185f660c2e3
parentec3206ab31056379b609b103d82bf954e2f6990a
Various fixes to make Coverity happy

The single high severity issue was only triggerable if we were unable to
allocate memory and involved a memory leak.  The other issues all revolve
around issues like making sure we check return values of functions we call.

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
src/lib/dl/multipart.c
src/lib/hash/hash.c
src/lib/header.c
src/zck_dl.c